@charset "utf-8";
/*=============================================================
 footer
=============================================================*/
/* footer
-------------------------------------------------------------*/
#footer{
	position:relative;
	margin-top: 75px;
	border-top: 1px solid #707070;
}

/* footerArea
-------------------------------------------------------------*/
#footerArea{
  color:#222;
  font-size:14px;
	line-height:1.4;
	background:#fff;
}
#footerArea a{color:#222;}

/* ftrInner
-------------------------------------------------------------*/
.ftrInner{
	padding: 60px var(--bothSides);
	box-sizing: border-box;
}

/* ftrMenu-block
-------------------------------------------------------------*/
#ftrMenu-block{}

/* ftr-logo
-------------------------------------------------------------*/
#ftr-logo a{display: block;}

/* ftrSubMenu
-------------------------------------------------------------*/
#ftrSubMenu{
	display: flex;
	justify-content: space-between;
	column-gap: 4%;
}
#ftrSubMenu>ul{width: 46%;}
#ftrSubMenu>ul>li a{
	font-size: 14px;
	line-height: 1.4;
}
#ftrSubMenu>ul>li + li{margin-top: 30px;}

/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	visibility:hidden;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:11;
	opacity:0;
	transition:all 0.4s ease-out;
}
#ftr-pagetop.show{
	visibility:visible;
	opacity:1;
}
#ftr-pagetop.bottom{
	position:absolute;
	bottom:80px;
	top:auto;
}
#ftr-pagetop a{
	display:block;
	width:60px;
	height:60px;
}
/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright{
	background-color: #222;
	color: #fff;
	padding: 20px 0;
	box-sizing: border-box;
}
#ftr-copyright .contentsInner{
	max-width: inherit;
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
}
#ftr-copyright p{text-align: right;}

/* ftr-sns
-------------------------------------------------------------*/
#footerArea .ftr-sns {
  padding-top: 50px;
  display: flex;
  column-gap: 15px;
}
#footerArea .ftr-sns img {
  max-height: 30px;
  min-height: 20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){

/* footer
	
-------------------------------------------------------------*/
	
/* footerArea
-------------------------------------------------------------*/

/* ftrInner
-------------------------------------------------------------*/
.ftrInner{padding: 30px 4%;}
	
/* ftr-logo
-------------------------------------------------------------*/
#ftr-logo a{
	width: auto;
	height: 30px
}	
#ftr-logo a img{height: 30px;}
/* ftrSubMenu
-------------------------------------------------------------*/
#ftrSubMenu{display: block;}
#ftrSubMenu>ul{width: 100%;}
#ftrSubMenu>ul>li a{
	font-size: 14px;
	line-height: 1.4;
}
#ftrSubMenu>ul{margin-top: 20px;}	
#ftrSubMenu>ul>li + li{margin-top: 20px;}	
	
/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{right:10px;}
#ftr-pagetop.bottom{bottom:60px;}
#ftr-pagetop a{
	width:40px;
	height:40px;
}
	
/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright{
	padding: 16px 0;
}	
#ftr-copyright p{
	font-size:10px;
	text-align: center;
}

}
